home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / DefineButton2_233 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-04-12  |  157 b   |  9 lines

  1. on(press){
  2.    _root.player2head--;
  3.    if(_root.player2head < 1)
  4.    {
  5.       _root.player2head = 1;
  6.    }
  7.    _root.player2h.gotoAndStop(player2head);
  8. }
  9.